home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2005 March
/
chip-cd_2005_03d.zip
/
03d
/
Narzedzia systemowe
/
dbDeveloper 1.95
/
dbdsetup.exe
/
{app}
/
Templates
/
Oracle
/
PackageBody.tl
< prev
next >
Wrap
Text File
|
2004-12-12
|
280b
|
13 lines
CREATE OR REPLACE
PACKAGE BODY #name# IS
/*
* Author:
* Description:
* Created: #date# by dbDeveloper
*/
-- Add declarations of variables and types
-- Add the header and SELECT statements of cursors
-- Add the header and body of modules
END #name#;